home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Erotic Games: Memory
/
Erotic Games: Memory.iso
/
mac
/
air_installers
/
AdobeAIR.exe
/
setup.swf
/
scripts
/
_winRestoreButtonStyle.as
< prev
next >
Wrap
Text File
|
2009-02-12
|
2KB
|
43 lines
package
{
import mx.core.IFlexModuleFactory;
import mx.styles.CSSStyleDeclaration;
import mx.styles.StyleManager;
public class _winRestoreButtonStyle
{
private static var _embed_css_win_restore_down_png_445555619:Class = _winRestoreButtonStyle__embed_css_win_restore_down_png_445555619;
private static var _embed_css_win_restore_over_png_2121827899:Class = _winRestoreButtonStyle__embed_css_win_restore_over_png_2121827899;
private static var _embed_css_win_restore_up_png_1253523581:Class = _winRestoreButtonStyle__embed_css_win_restore_up_png_1253523581;
public function _winRestoreButtonStyle()
{
super();
}
public static function init(param1:IFlexModuleFactory) : void
{
var fbs:IFlexModuleFactory = param1;
var style:CSSStyleDeclaration = StyleManager.getStyleDeclaration(".winRestoreButton");
if(!style)
{
style = new CSSStyleDeclaration();
StyleManager.setStyleDeclaration(".winRestoreButton",style,false);
}
if(style.defaultFactory == null)
{
style.defaultFactory = function():void
{
this.upSkin = _embed_css_win_restore_up_png_1253523581;
this.downSkin = _embed_css_win_restore_down_png_445555619;
this.overSkin = _embed_css_win_restore_over_png_2121827899;
};
}
}
}
}